home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / mkutil21.zip / BIN / DOS-VARS.BAT < prev    next >
DOS Batch File  |  1995-02-06  |  1KB  |  33 lines

  1. @echo off
  2. REM: Set the place where SciTech Software is installed, and where each
  3. REM: of the supported compilers is installed. These environment variables
  4. REM: are used by the batch files in the SCITECH\BIN directory.
  5. REM:
  6. REM: Modify the as appropriate for your compiler congiguration (you should
  7. REM: only need to change things in this batch file).
  8. REM:
  9. REM: This version is for a normal MSDOS installation.
  10.  
  11. SET SCITECH=C:\SCITECH
  12. SET BC3_PATH=E:\BC3
  13. SET BC_PATH=E:\BC
  14. SET VC_PATH=E:\MSVC
  15. SET VC32_PATH=E:\MSVC32S
  16. SET SC_PATH=E:\SC
  17. SET WC_PATH=E:\WATCOM
  18. SET HC_PATH=E:\HIGHC
  19. SET TNT_PATH=E:\TNT
  20. SET DJ_PATH=E:\DJGPP
  21. SET X32VM_PATH=E:\X32VM
  22.  
  23. REM: Set the extra extension to the path variable that we need to access
  24. REM: files located on a CD-ROM drive. This allows you to keep all non
  25. REM: critical files such as help files offline on CD-ROM to save space.
  26. REM: Comment these out if you dont need to use CD-ROM access
  27. SET BC_CD_PATH=;G:\BC45\BIN
  28. SET WC_CD_PATH=;G:\WATCOM\BIN;G:\WATCOM\BINB;G:\WATCOM\BINW
  29. SET SC_CD_PATH=;G:\SC\BIN;G:\SC\HELP
  30. SET VC_CD_PATH=;G:\MSVC\BIN;G:\MSVC\HELP
  31. SET VC32_CD_PATH=;G:\MSVC32S\BIN;G:\MSVC32S\HELP;G:\MSVCNT\BIN;G:\MSVCNT\HELP
  32.  
  33.